C#
VB
WinRT C#
C++
Transforms the specified points by this LeadMatrix.
public void TransformPoints(
Leadtools.LeadPointD[] srcPoints,
Leadtools.LeadPointD[] destPoints
)
Public Overloads Sub TransformPoints( _
ByVal srcPoints() As Leadtools.LeadPointD, _
ByVal destPoints() As Leadtools.LeadPointD _
)
public void TransformPoints(
Leadtools.LeadPointD[] srcPoints,
Leadtools.LeadPointD[] destPoints
)
function Leadtools.LeadMatrix.TransformPoints(LeadPointD[],LeadPointD[])(
srcPoints ,
destPoints
)
public:
void TransformPoints(
Leadtools.array<LeadPointD>^ srcPoints,
Leadtools.array<LeadPointD>^ destPoints
)
srcPoints
The points to transform.
destPoints
An array that contains the transformed points.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET